Skip to content

Conversation

@CarliPinell
Copy link
Contributor

Solution

TASK edit.blade.php file was modified to include an iframe to render Smart Extract Portal for Human in the loop process

Related Ticket

https://processmaker.atlassian.net/browse/FOUR-27119

CarliPinell and others added 30 commits December 5, 2024 15:42
…Expressio

 ## Description:
Steps to Reproduce the Issue:
  Open a Request/Case:
Navigate to the ProcessMaker cases and open an existing request (case).
Click on the Reassignment Button:
Locate and click the "Reassignment" button to reassign the case to another user.
  View the Assignment User List:
Observe the list of users displayed in the reassignment dropdown.
  Current Behavior (Issue):
Instead of filtering users as per the regular expression, all users are displayed in the reassignment list.
  Expected Behavior:
The user list should be filtered based on the regular expression condition set in the process.
Only users that match the specified regular expression should appear in the list.
  Impact:
The client expects the user list to be filtered dynamically based on the regular expression condition applied in the process, but it is not working correctly.
  Potentials Fix:
Request the development team to investigate and ensure that the reassignment user list correctly applies the regular expression condition as configured in the process.
  Acceptance criteria:
When having a Rule Expression, the reassignment should only allow to reassign to Admin, Process Manager or the users listed in the Rule Expression list.

 ## Related Tickets & Packages
https://processmaker.atlassian.net/browse/FOUR-23734
nolanpro and others added 24 commits October 27, 2025 12:57
Bugfix/FOUR-21536: [42898] UI Doesn't Allow Scrolling in Request Details Panel
bugfix/FOUR-19358: [40847] Bug: Sorting Functionality Not Working for Script Executors in Admin Panel
Bugfix/FOUR-26739: Magic variable _request.name not working inside calc properties or visibility rules
[Regression] SAML admin users prompted for password when updating user details
Process Manager Granular Permissions
FOUR-23734 [44349] - Reassignment User List Not Filtering by Regular …
Server Version Disclosure On Error Page
Process Manager - Number of Users to Assign
@CarliPinell CarliPinell changed the base branch from develop to epic/FOUR-26611 October 30, 2025 19:32
@processmaker-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on November 21

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.


// TODO: Remove this after testing and replace with the correct iframe source
$is_hitl_task = true;
$iframe_src = 'https://assets.processmaker.net/tces/edit.html?documentToken=6519c0f184aa123baaee296111e5247c&fileId=nOh7qKiHnLL3786w3N3QUu1u7RI3p_6b02cbd0-7551-446b-9b57-5cb931037845';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Smart Extract Iframe Rendering Issue

Hardcoded test values for $is_hitl_task and $iframe_src were committed, causing all tasks to incorrectly render the Smart Extract iframe. This breaks normal task editing functionality, as indicated by the TODO comment.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.